home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / toc.helpmark < prev    next >
Text File  |  1991-10-23  |  1KB  |  40 lines

  1. +-----------------------------------------------------------------------------+
  2. |                               tableofcontents                               |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\tocπ%
  6.  
  7. Parameters:    π|page numberπ%
  8.  
  9.     π|Description:π%
  10. The \tableofcontents  markup prints  the table  of contents,  beginning with
  11. the designated page.   A roman numeral page  number is specified by entering
  12. a negative  page number.   This markup  must always  appear at the  end of a
  13. document.
  14.     By default,  parts, chapters,  appendices and subheading  levels "A" and
  15. "B" are  included in the table  of contents.   The order of  printing in the
  16. table of contents is always
  17.   1. table of contents
  18.   2. list of figures
  19.   3. list of tables
  20.     The list of figures  will print only if a \figure  markup was used.  The
  21. list of tables will print only if a \tabletitle markup was used.
  22.  
  23.     π|Example:π%
  24. To print the table of contents beginning on page 32 enter:
  25. of utmost importance.
  26. \tableofcontents{32}
  27.  
  28.     π|Example:π%
  29. If you  wanted the table  of contents to  begin on roman  numeral page three
  30. ("iii"), you would enter a minus three.
  31.  
  32. New York: Halstead Press.
  33. \tableofcontents{-3}
  34.  
  35.     π|Notes:π%
  36. This markup must always appear at the end of a document.
  37.     Multiple line  titles may be  broken in the  table of  contents by using
  38. \toclinebreak.
  39.  
  40.